Skip to content

Add nrf clock control modes#29176

Open
adamkondraciuk wants to merge 2 commits into
nrfconnect:mainfrom
adamkondraciuk:add_nrf_clock_control_modes
Open

Add nrf clock control modes#29176
adamkondraciuk wants to merge 2 commits into
nrfconnect:mainfrom
adamkondraciuk:add_nrf_clock_control_modes

Conversation

@adamkondraciuk
Copy link
Copy Markdown
Contributor

No description provided.

@NordicBuilder
Copy link
Copy Markdown
Contributor

NordicBuilder commented Jun 1, 2026

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@608dbfd nrfconnect/sdk-zephyr#4145 nrfconnect/sdk-zephyr#4145/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Copy Markdown
Contributor

NordicBuilder commented Jun 1, 2026

CI Information

To view the history of this post, click the 'edited' button above
Build number: 5

Inputs:

Sources:

sdk-nrf: PR head: 278a81cc5e47c55a069afb7aee2851d5663b9828
zephyr: PR head: 1c769ff6724337625096685eb68d7841c80d64cd

more details

sdk-nrf:

PR head: 278a81cc5e47c55a069afb7aee2851d5663b9828
merge base: 98d2ade5acf943e32819e8aaa77c7e01b44831fe
target head (main): 937dd53fabc04ab622e8a6a46a8625bbbf3e153b
Diff

zephyr:

PR head: 1c769ff6724337625096685eb68d7841c80d64cd
merge base: 608dbfd6068ad550045faafb29a48563e83e4013
target head (main): 2091bad8d2809d4a27ff4f1ebfe74c132ee6812a
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (78)
samples
│  ├── zephyr
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── clock_control
│  │  │  │  │  ├── configs
│  │  │  │  │  │  │ nrf92_cpuapp_hsfll.conf
│  │  │  │  │  │ sample.yaml
west.yml
zephyr
│  ├── drivers
│  │  ├── clock_control
│  │  │  │ clock_control_nrf_lfclk.c
│  │  ├── spi
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.nrfx
│  │  │  ├── spi_ambiq_bleif.c
│  │  │  ├── spi_ambiq_spic.c
│  │  │  ├── spi_b91.c
│  │  │  ├── spi_bitbang.c
│  │  │  ├── spi_cc13xx_cc26xx.c
│  │  │  ├── spi_context.h
│  │  │  ├── spi_dw.c
│  │  │  ├── spi_emul.c
│  │  │  ├── spi_esp32_spim.c
│  │  │  ├── spi_gd32.c
│  │  │  ├── spi_grlib_spimctrl.c
│  │  │  ├── spi_infineon.c
│  │  │  ├── spi_litex_common.h
│  │  │  ├── spi_max32.c
│  │  │  ├── spi_mchp_mss.c
│  │  │  ├── spi_mchp_mss_qspi.c
│  │  │  ├── spi_mchp_sercom_g1.c
│  │  │  ├── spi_mcux_dspi.c
│  │  │  ├── spi_mcux_ecspi.c
│  │  │  ├── spi_mcux_flexcomm.c
│  │  │  ├── spi_mcux_flexio.c
│  │  │  ├── spi_npcx_spip.c
│  │  │  ├── spi_nrfx_spi.c
│  │  │  ├── spi_nrfx_spim.c
│  │  │  ├── spi_nrfx_spim_common.c
│  │  │  ├── spi_nrfx_spim_common.h
│  │  │  ├── spi_nrfx_spim_rtio.c
│  │  │  ├── spi_nrfx_spis.c
│  │  │  ├── spi_numaker.c
│  │  │  ├── spi_nxp_lpspi
│  │  │  │  │ spi_nxp_lpspi_priv.h
│  │  │  ├── spi_nxp_s32.h
│  │  │  ├── spi_oc_simple.c
│  │  │  ├── spi_opentitan.c
│  │  │  ├── spi_pl022.c
│  │  │  ├── spi_psoc6.c
│  │  │  ├── spi_pw.c
│  │  │  ├── spi_renesas_rz.c
│  │  │  ├── spi_renesas_rz_rspi.c
│  │  │  ├── spi_rtio.c
│  │  │  ├── spi_rtio.h
│  │  │  ├── spi_rv32m1_lpspi.c
│  │  │  ├── spi_sam.c
│  │  │  ├── spi_sam0.c
│  │  │  ├── spi_sedi.c
│  │  │  ├── spi_sifive.h
│  │  │  ├── spi_silabs_eusart.c
│  │  │  ├── spi_silabs_siwx91x_gspi.c
│  │  │  ├── spi_silabs_usart.c
│  │  │  ├── spi_smartbond.c
│  │  │  ├── spi_stm32.c
│  │  │  ├── spi_test.c
│  │  │  ├── spi_wch.c
│  │  │  ├── spi_xec_qmspi.c
│  │  │  ├── spi_xlnx_axi_quadspi.c
│  │  │  │ spi_xmc4xxx.c
│  ├── subsys
│  │  ├── pm
│  │  │  │ device_runtime.c
│  ├── tests
│  │  ├── drivers
│  │  │  ├── clock_control
│  │  │  │  ├── nrf_clock_control
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── spi
│  │  │  │  ├── spi_controller_peripheral
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── bl54l15_dvk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── bl54l15u_dvk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54lm20dk_nrf54lm20a_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54lm20dk_nrf54lm20b_cpuapp.overlay
│  │  │  │  │  │  ├── nrf7120dk_nrf7120_cpuapp.overlay
│  │  │  │  │  │  │ ophelia4ev_nrf54l15_cpuapp.overlay
│  │  │  │  ├── spi_loopback
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ spi.c
│  │  │  │  │  │ testcase.yaml
│  │  ├── subsys
│  │  │  ├── pm
│  │  │  │  ├── device_runtime_stress
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── emulated_pm_device.c
│  │  │  │  │  │  ├── emulated_pm_device.h
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: b819b2845f
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:b819b2845f_5ea73affbf

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 310
    • sdk-zephyr test count: 428
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ test_ble_nrf_config
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-low-level
    • ❌ test-sdk-dfu
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-apps_nrfdesktop
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2026

You can find the documentation preview for this PR here.

Copy link
Copy Markdown
Contributor

@nordic-piks nordic-piks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test was aligned at b3dbff5 to support nrf9251

@adamkondraciuk adamkondraciuk force-pushed the add_nrf_clock_control_modes branch from 68880cb to daa1834 Compare June 2, 2026 10:22
Pull missing NRF_BICR LFOSC modes for nRF9251 targets.

Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
Align clock_control sample for nRF9251 target.

Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
@adamkondraciuk adamkondraciuk force-pushed the add_nrf_clock_control_modes branch from bf189dd to 278a81c Compare June 3, 2026 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants